home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gth035.zip / ZMBAT.HLP < prev   
Text File  |  1990-08-11  |  3KB  |  65 lines

  1.  
  2. ╔═════════╦════════════════════════════════════════════════════════════
  3. ║ GT-HELP ║ ZMODEM batch files
  4. ╚═════════╩════════════════════════════════════════════════════════════
  5.  
  6.     Two batch files are involved in executing Zmodem :
  7.  
  8.         ZMTX.BAT    is executed when sending, ie a host mode caller is
  9.                         downloading from you, or you (in terminal mode) 
  10.                         are uploading to another board.
  11.  
  12.         ZMRX.BAT    is executed when receiving, ie a host mode caller is
  13.                         uploading to you, or you (in terminal mode) are 
  14.                         downloading from another board.
  15.  
  16.     Usually DSZ.COM or DSZ.EXE (both from Omen Technology) is called in the
  17.     batch file.  The version distributed with GT is very old - recent
  18.     versions will generally give better results.
  19.  
  20.     Typical content of the batch files are (for recent 1989/1990 versions
  21.     of DSZ):
  22.  
  23.     ZMTX.BAT    dsz port %1 handshake on sz -r %3 %4 %5 %6 %7 %8 %9
  24.  
  25.     ZMRX.BAT    dsz port %1 handshake on restrict rz %3 %4 %5 %6 %7 %8 %9
  26.     
  27.     
  28.  
  29.     where       handshake on    enables flow control - usually necessary
  30.  
  31.                 -r              allows crash recovery when sending, if the
  32.                                 remote end allows it.
  33.  
  34.                 restrict        prevents files with full path names from
  35.                                 being uploaded (otherwise somebody could
  36.                                 guess your GTPATH and overwrite important
  37.                                 files).
  38.                                 
  39.  
  40.     and GT sets     %1          to the com port number
  41.  
  42.                     %2          to the DTE baud rate (not used in this case
  43.                                 since DSZ happily determines it from the
  44.                                 com port)
  45.  
  46.                     %3 ...      to the filenames which are intended to be
  47.                                 transferred.
  48.     
  49.     
  50.  
  51.     Note that
  52.  
  53.     a)  THESE BATCH FILES WORK ONLY IF DSZ.COM OR DSZ.EXE IS *SOMEWHERE* IN
  54.         YOUR DOS PATH.  Or it could be elsewhere, but then you would need a
  55.         full path prefix in the DSZ command.
  56.  
  57.     b)  If you are running DSZ in netmail, you have to put DSZ.COM or
  58.         DSZ.EXE in the *GTPATH*.
  59.  
  60.     c)  The restrict option and the -r option cannot appear on the same 
  61.         line.  Restrict is necessary for host mode security, but it 
  62.         means that callers cannot use recovery during uploads and the
  63.         sysop cannot use recovery during downloads.
  64.         
  65.